home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_10_06 / 1006084a < prev    next >
Text File  |  1992-04-19  |  80b  |  7 lines

  1. #ifndef    PROTO_H
  2. #define PROTO_H
  3.  
  4. int    hello(char *s);
  5.  
  6. #endif /*== PROTO_H ==*/
  7.